home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / EDU / R-Z / Real Answer.cpt / Real Answer.rsrc / TEXT_516_Help about Functions.txt < prev    next >
Text File  |  1992-06-18  |  630b  |  20 lines

  1. sqrt()              {square root}
  2. abs()               {absolute value}
  3. log()                {base 10 logarithm}
  4. ln()                  {natural logarithm}
  5. exp()               {raise e to a power}
  6. cos()
  7. sin()
  8. tan()
  9. sec()
  10. csc()
  11. cot()
  12. acos()          {arccos--  inverse of cosine-function}
  13. asin()           {arcsin--  inverse of sine-function}
  14. atan()          {arctan--  inverse of tangent-function}
  15. acot()          {arccot--  inverse of cotangent-function}
  16. cosh()             {hyperbolic cosine}
  17. sinh()              {hyperbolic sine}
  18. tanh()             {hyperbolic tangent}
  19.  
  20. You can copy from the list above and paste into your work.